Skip to content

Conversation

@azhebel
Copy link
Collaborator

@azhebel azhebel commented Jan 9, 2026

Move prerequisites to a snippet library and reuse

Rename Complex workflow agents -> Graph-based agents

Rename Agent types -> Agents

Document what agents are and what are the core components, reference different types, document agent configuration via AIAgentConfig

Core components/concepts are: Prompts, Strategies, Tools, Features (instead of Events, because event handling is one of the features)

Also move abbreviations to snippets

Motivation and Context

Breaking Changes


Type of the changes

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Tests improvement
  • Refactoring
  • CI/CD changes
  • Dependencies update

Checklist

  • The pull request has a description of the proposed change
  • I read the Contributing Guidelines before opening the pull request
  • The pull request uses develop as the base branch
  • Tests for the changes have been added
  • All new and existing tests passed
Additional steps for pull requests adding a new feature
  • An issue describing the proposed change exists
  • The pull request includes a link to the issue
  • The change was discussed and approved in the issue
  • Docs have been added / updated

@azhebel azhebel requested a review from innateteniuk January 9, 2026 16:42
@azhebel azhebel force-pushed the azhebel/prereqs branch 2 times, most recently from 39f1e80 to d24c899 Compare January 19, 2026 17:03
Move prerequisites to a snippet library and reuse

Rename Complex workflow agents -> Graph-based agents

Rename Agent types -> Agents

Document what agents are and what are the core components, reference different types, document agent configuration via AIAgentConfig

Core components/concepts are: Prompts, Strategies, Tools, Features (instead of Events, because event handling is one of the features)

Also move abbreviations to snippets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants